require "import"

import "android.content.*"

intent = Intent(Intent.ACTION_MAIN); intent.setComponent(ComponentName(

"com.whatsapp",

"com.whatsapp.Conversation"

)) this.startActivity(intent)

return true